Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NList<T> Class / pfQ Method


In This Topic
    pfQ Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub pfQ( _
       ByVal QfQ As System.Array, _
       ByVal rfQ As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NList(Of T)
    Dim QfQ As System.Array
    Dim rfQ As System.Integer
     
    instance.pfQ(QfQ, rfQ)
    internal void pfQ( 
       System.Array QfQ,
       System.int rfQ
    )

    Parameters

    QfQ
    rfQ
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also